-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opentelemetry-otlp: Default the port correctly. #1556
opentelemetry-otlp: Default the port correctly. #1556
Conversation
8aee214
to
b714b28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add a unit test to prevent future regression?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. CI test is failing for missing import.
b714b28
to
4afe983
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1556 +/- ##
=======================================
+ Coverage 65.8% 66.0% +0.1%
=======================================
Files 140 140
Lines 19518 19524 +6
=======================================
+ Hits 12854 12890 +36
+ Misses 6664 6634 -30 ☔ View full report in Codecov by Sentry. |
Current behavior uses http-proto port even when there's no desire to use it. Relates open-telemetry#1509 Signed-off-by: Harold Dost <h.dost@criteo.com>
4afe983
to
4b478c8
Compare
Tests added feel free to merge. |
Current behavior uses http-proto port even when there's no desire to use it.
Relates #1509